The Strikethrough element states that the enclosed text should be displayed with a horizontal line striking through the text. Alternative mappings are allowed if this is not practical.
This text would be <STRIKE>struck through</STRIKE>
would be rendered as :
This text would bestruck through
NOTE : The element for this effect in the HTML 3.2 specification is actually <S> ... </S>
, which is supported by all three browsers as well as the <STRIKE>
element
<S>
and <STRIKE>
can also take the CLASS, ID and STYLE attributes to allow style sheet definitions to be applied to them. For more details of these attributes, see the Style Sheets topic.